func runtime.write
7 uses
runtime (current package)
heapdump.go#L88: write(dumpfd, unsafe.Pointer(&buf), int32(nbuf))
heapdump.go#L90: write(dumpfd, data, int32(len))
heapdump.go#L103: write(dumpfd, unsafe.Pointer(&buf), int32(nbuf))
netpoll_epoll.go#L76: n := write(netpollEventFd, noescape(unsafe.Pointer(&one)), oneSize)
runtime.go#L232: write(2, unsafe.Pointer(data), n)
runtime.go#L239: write(fd, unsafe.Pointer(data), n)
time_nofake.go#L53: func write(fd uintptr, p unsafe.Pointer, n int32) int32 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |